Option
Parameters
T
Type of the optional value.
Types
Functions
Link copied to clipboard
Returns an iterable that wraps this Option returning its value if it is defined, or an empty iterable if the option is empty.
Link copied to clipboard
Returns a sequence that wraps this Option returning its value if it is defined, or an empty sequence if the option is empty.
Link copied to clipboard